MacOS Tips

MacOS Tips

  1. Change Colors 设置

    1. 正色
      1. Background: 080808
      2. Text: AEF37D
      3. Links: FD8F3F
      4. visitedLinks: 7AC8B6
    2. 反色
      1. Background: 080808
      2. Text: 2E0D6E
      3. Links: 9B51DB
      4. visitedLinks: 2E79DB
  2. 访问另一个系统的用户的文件.

  3. Xmind property

    1. Snip20191126_1

输入⌘

  1. You’ll find it under Edit -> Emoji and Symbols in any program that takes text input.

    1. search “place of
  2. 添加输入法

    1. Go into System Preferences -> Keyboard -> Input Sources, click “+”, scroll to “others”, select “Unicode Hex Input” and click “Add”
    2. option+2318.

image-20191127162641915

Mac下查看文件编码方式 file -I

GBK 显示为iso-8859-1

mac 批量文件编码格式转换

1
2
3
4
5
6
7
8
9
#!/bin/sh

for file in `find ./ -name "*.c"`;
do
echo convering : $file
iconv -f GBK -t utf-8 $file > $file.t
mv $file.t $file
done
echo DONE
1
chmod u+x conv.sh

8.Lantern和Charles同时开后,上不了网

9.编译时间,写文档.

10.alfred rocks!

11.go2shell catalina 不好用,换cd to 也不好用

12.snip 滚屏 privacy accesibility,选能滚的区域点击就好了

13.正好做两遍笔记,加深记忆.